Skip to content

Add devcontainer#1631

Merged
SteveL-MSFT merged 3 commits into
PowerShell:mainfrom
ThomasNieto:add-devcontainer
Jul 17, 2026
Merged

Add devcontainer#1631
SteveL-MSFT merged 3 commits into
PowerShell:mainfrom
ThomasNieto:add-devcontainer

Conversation

@ThomasNieto

Copy link
Copy Markdown
Collaborator

PR Summary

Add devcontainer for DSC development.

PR Context

Resolves #149

Copilot AI review requested due to automatic review settings July 16, 2026 00:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a VS Code Dev Container configuration to make local development of the DSC repo easier and more reproducible (per Issue #149).

Changes:

  • Adds a Rust-based devcontainer image configuration and installs PowerShell via a devcontainer feature.
  • Adds a devcontainer lock file to pin the PowerShell feature version/digest.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.devcontainer/devcontainer.json Defines the devcontainer image, features, mounts, and post-create setup for DSC development.
.devcontainer/devcontainer-lock.json Pins the PowerShell devcontainer feature to a specific version/digest for reproducibility.

Comment thread .devcontainer/devcontainer.json Outdated
Comment thread .devcontainer/devcontainer.json Outdated
@SteveL-MSFT
SteveL-MSFT added this pull request to the merge queue Jul 17, 2026
Merged via the queue into PowerShell:main with commit ffa688a Jul 17, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a devcontainer config file

3 participants